encoding/json.field.typ (field)

9 uses

	encoding/json (current package)
		encode.go#L1185: 	typ       reflect.Type
		encode.go#L1217: 	next := []field{{typ: t}}
		encode.go#L1236: 			if visited[f.typ] {
		encode.go#L1239: 			visited[f.typ] = true
		encode.go#L1242: 			for i := 0; i < f.typ.NumField(); i++ {
		encode.go#L1243: 				sf := f.typ.Field(i)
		encode.go#L1300: 						typ:       ft,
		encode.go#L1316: 					if count[f.typ] > 1 {
		encode.go#L1329: 					next = append(next, field{name: ft.Name(), index: index, typ: ft})